home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Needs / background_6685.txt < prev    next >
Text File  |  1990-04-09  |  2KB  |  80 lines

  1. -- background: 6685 from stack: in
  2. -- bmap block id: 7014
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8. end openStack
  9.  
  10.  
  11. hide message box
  12. hide menuBar
  13.  
  14.  
  15.  
  16.  
  17. -- part 10 (button)
  18. -- low flags: 00
  19. -- high flags: 8004
  20. -- rect: left=69 top=317 right=338 bottom=207
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Market Needs
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect zoom open
  32.   go to card id 5306
  33.   set hilite of background button "Market Needs" to true
  34. end mouseUp
  35.  
  36.  
  37.  
  38.  
  39. -- part 11 (button)
  40. -- low flags: 00
  41. -- high flags: 8004
  42. -- rect: left=289 top=317 right=338 bottom=427
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 1
  46. -- font id: 0
  47. -- text size: 12
  48. -- style flags: 0
  49. -- line height: 16
  50. -- part name: Examples
  51. ----- HyperTalk script -----
  52. on mouseUp
  53.   ResetMenuField
  54.   push card
  55.   visual effect zoom open
  56.   go to card id 8927 of stack "Examples"
  57.   set hilite of background button "Examples" to true
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 17 (button)
  63. -- low flags: 00
  64. -- high flags: 2000
  65. -- rect: left=228 top=317 right=337 bottom=255
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 21700 / 21700
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: New Button
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual dissolve slow to card
  77.   go to card id 4243 of stack "Selling Home Card"
  78. end mouseUp
  79.  
  80.